Upload files to "Chapter 2/practace"
This commit is contained in:
23
Chapter 2/practace/desert.css
Normal file
23
Chapter 2/practace/desert.css
Normal file
@@ -0,0 +1,23 @@
|
||||
body {
|
||||
background-image: url("./img/greyback.jpg");
|
||||
margin: 0px;
|
||||
}
|
||||
|
||||
main {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
margin: 0px 40px;
|
||||
}
|
||||
|
||||
h1 {
|
||||
font-size: 28pt;
|
||||
}
|
||||
|
||||
h2 {
|
||||
font-size: 26pt;
|
||||
}
|
||||
|
||||
p, li {
|
||||
font-size: 16pt;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user