initial
This commit is contained in:
7
css/styles.css
Normal file
7
css/styles.css
Normal file
@ -0,0 +1,7 @@
|
||||
body {
|
||||
background-color: #ebdbb2;
|
||||
color:#282828;
|
||||
}
|
||||
a {
|
||||
text-decoration: none;
|
||||
}
|
14
css/test.css
Normal file
14
css/test.css
Normal file
@ -0,0 +1,14 @@
|
||||
body {
|
||||
background-color: #ebdbb2;
|
||||
color:#282828;
|
||||
}
|
||||
a {
|
||||
text-decoration: none;
|
||||
}
|
||||
section {
|
||||
display: flex;
|
||||
width: 400px;
|
||||
height: 500px;
|
||||
background-color: lightgray;
|
||||
}
|
||||
|
Reference in New Issue
Block a user