20221107_doga/style.css
vicziandaniel cd9a568412 kesz
2022-11-07 10:22:23 +01:00

54 lines
784 B
CSS

body{
background-color: azure;
color: darkblue;
}
header{
font-weight: bold;
text-align: center;
}
aside{
border: solid black 1px;
background-color: crimson;
color: wheat;
float: right;
border-radius: 5px;
width: 15%;
margin: 10px;
}
h1{
color: red;
}
p{
padding: 15px;
}
section{
border: solid whitesmoke 1px;
border-radius: 5px;
background-color: cadetblue;
color: yellow;
padding: 5px;
margin: 10px;
}
article{
color: whitesmoke;
}
footer{
width: 20%;
color: black;
font-size: smaller;
font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
border: solid whitesmoke 5px;
background-color: whitesmoke;
}
.tusjak{
background-color: #ff00ff;
}