"debut td2"
This commit is contained in:
42
TD2/css/main.css
Normal file
42
TD2/css/main.css
Normal file
@ -0,0 +1,42 @@
|
||||
body {
|
||||
font-family: serif;
|
||||
}
|
||||
|
||||
h1,
|
||||
h2,
|
||||
h3 {
|
||||
font-family: sans-serif;
|
||||
}
|
||||
|
||||
h1 {
|
||||
background-color: #def;
|
||||
padding: 10px;
|
||||
margin-left: 10px;
|
||||
}
|
||||
|
||||
.h {
|
||||
background-color: #abc;
|
||||
padding: 10px;
|
||||
margin-left: 60px;
|
||||
}
|
||||
|
||||
h3 {
|
||||
background-color: #789;
|
||||
padding: 10px;
|
||||
margin-left: 110px;
|
||||
}
|
||||
|
||||
div {
|
||||
background-color: #ddd;
|
||||
padding: 20px;
|
||||
margin-left: 110px;
|
||||
}
|
||||
|
||||
p {
|
||||
background-color: #eee;
|
||||
padding: 20px;
|
||||
}
|
||||
|
||||
.pink {
|
||||
background-color: pink;
|
||||
}
|
Reference in New Issue
Block a user