valami
This commit is contained in:
commit
e5db725078
29
style.css
Normal file
29
style.css
Normal file
|
@ -0,0 +1,29 @@
|
|||
body {
|
||||
background-color: #ff00ff;
|
||||
}
|
||||
|
||||
aside {
|
||||
float: right;
|
||||
background-color: grey;
|
||||
text-align: right;
|
||||
border: 10px;
|
||||
border-radius: 10px;
|
||||
padding: 5px;
|
||||
width: 15%;
|
||||
}
|
||||
|
||||
section {
|
||||
background-color: antiquewhite;
|
||||
}
|
||||
|
||||
h2 {
|
||||
background-color: cadetblue;
|
||||
}
|
||||
|
||||
article {
|
||||
background-color: yellowgreen;
|
||||
}
|
||||
|
||||
footer {
|
||||
background-color: white;
|
||||
}
|
Loading…
Reference in New Issue
Block a user