people et people
This commit is contained in:
parent
5bc631e887
commit
4a91eb99b6
3 changed files with 61 additions and 7 deletions
|
|
@ -0,0 +1,47 @@
|
|||
body{
|
||||
background-color:#2A4158;
|
||||
}
|
||||
|
||||
.header{
|
||||
width: 100%;
|
||||
text-align: center;
|
||||
margin: 50px;;
|
||||
}
|
||||
|
||||
ul{
|
||||
display:flex;
|
||||
justify-content: center;
|
||||
}
|
||||
|
||||
li{
|
||||
color:#fff;
|
||||
padding: 10px;
|
||||
|
||||
border-radius: 10% 10% 0% 0%;
|
||||
margin :25px;
|
||||
list-style: none;
|
||||
font-size:18px;
|
||||
}
|
||||
|
||||
.active{
|
||||
background-color: #000;
|
||||
}
|
||||
|
||||
.body{
|
||||
width:100%;
|
||||
}
|
||||
|
||||
img{
|
||||
width:100%;
|
||||
height:auto;
|
||||
}
|
||||
|
||||
a{
|
||||
color:#fff;
|
||||
font-size:18px;
|
||||
}
|
||||
|
||||
|
||||
a:hover{
|
||||
text-decoration: none;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue