You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
- p {
- background-color:yellow;
- }
-
- h1 {
- text-align: center;
- text-decoration: #1ABC9C;
- }
-
- div {
- width: 300px;
- margin: auto;
- text-align: left;
- }
-
- hr {
- width: 100px;
- border: 10px solid green;
- border-radius: 5px;
- }
-
- li{
- padding-bottom:15px;
- }
|