2022-03-01 15:50:53 +01:00
|
|
|
html {
|
|
|
|
background-image: url(images/background_star.gif);
|
|
|
|
}
|
|
|
|
|
|
|
|
body {
|
|
|
|
width: 900px;
|
|
|
|
position: relative;
|
|
|
|
margin-left: auto;
|
|
|
|
margin-right: auto;
|
|
|
|
color:aliceblue;
|
|
|
|
}
|
|
|
|
|
|
|
|
.header {
|
|
|
|
border: 3px solid;
|
|
|
|
border-radius: 4px;
|
|
|
|
border-color: rgb(252, 230, 255);
|
|
|
|
background-color: rgb(54, 39, 48);
|
|
|
|
font-size: 5em;
|
|
|
|
font-family: anisha;
|
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
|
|
|
|
.main {
|
|
|
|
margin-top: 5px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.navbar {
|
|
|
|
border: 3px solid;
|
|
|
|
border-radius: 4px;
|
|
|
|
border-color: rgb(252, 230, 255);
|
|
|
|
background-color: rgb(54, 39, 48);
|
|
|
|
position: relative;
|
|
|
|
float:left;
|
|
|
|
width: 250px;
|
|
|
|
text-decoration: none;
|
|
|
|
list-style: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
.navbar a, a:link, a:visited{
|
|
|
|
text-decoration: none;
|
|
|
|
color:rgb(252, 230, 255)
|
|
|
|
}
|
|
|
|
|
|
|
|
.content {
|
|
|
|
border: 3px solid;
|
|
|
|
border-radius: 4px;
|
|
|
|
border-color: rgb(252, 230, 255);
|
|
|
|
background-color: rgb(54, 39, 48);
|
2022-03-01 17:07:33 +01:00
|
|
|
margin-bottom: 5px;
|
2022-03-01 15:50:53 +01:00
|
|
|
position: relative;
|
|
|
|
float:right;
|
2022-03-01 17:07:33 +01:00
|
|
|
width: 614px;
|
|
|
|
padding: 10px;
|
|
|
|
}
|
2022-03-01 15:50:53 +01:00
|
|
|
|
2022-03-01 17:07:33 +01:00
|
|
|
.content p {
|
|
|
|
width: 80%;
|
|
|
|
margin-left: 10px;
|
|
|
|
margin-top: 5px;
|
|
|
|
margin-bottom: 5px;
|
|
|
|
}
|