update
This commit is contained in:
19
DEV.1.2/tp3/style_ex3.css
Normal file
19
DEV.1.2/tp3/style_ex3.css
Normal file
@@ -0,0 +1,19 @@
|
||||
ul
|
||||
{
|
||||
list-style-type: none;
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
display: inline-flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
height: 80vh;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
ul li {
|
||||
margin: 0 100px;
|
||||
}
|
||||
|
||||
ul img {
|
||||
height: 200px;
|
||||
}
|
Reference in New Issue
Block a user