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.
30 lines
508 B
30 lines
508 B
div { |
|
height: 200px; |
|
width: 30%; |
|
margin: 2%, 2%; |
|
border-radius: 5%; |
|
border: 5px; |
|
padding-top: 10px; |
|
border-width: thick; |
|
border-style: solid; |
|
border-color: black; |
|
} |
|
|
|
.header { |
|
width: 100%; |
|
background-color: greenyellow; |
|
border-width: thick; |
|
border-style: solid; |
|
border-color: black; |
|
z-index: 10; |
|
|
|
} |
|
.body { |
|
padding-left: 10%; |
|
} |
|
|
|
.list { |
|
background-color: blue; |
|
/* position: left; */ |
|
float: left; |
|
}
|
|
|