Dia 10
This commit is contained in:
19
Practicas/Practicas HTML/Repaso/css/style.css
Normal file
19
Practicas/Practicas HTML/Repaso/css/style.css
Normal file
@@ -0,0 +1,19 @@
|
||||
@charset "UTF-8";
|
||||
* {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
list-style: none;
|
||||
text-decoration: none;
|
||||
border: none;
|
||||
outline: none;
|
||||
}
|
||||
|
||||
h2{
|
||||
text-decoration: underline overline red;
|
||||
}
|
||||
dl{
|
||||
margin-left: 50px;
|
||||
}
|
||||
p{
|
||||
padding: 0.5rem;
|
||||
}
|
||||
Reference in New Issue
Block a user