TEC : CSS padding
This commit is contained in:
@@ -1,4 +1,21 @@
|
||||
/* Style pour le header */
|
||||
.contact {
|
||||
top: 0;
|
||||
position: fixed;
|
||||
width: 100%;
|
||||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
row-gap: 10px;
|
||||
column-gap: 0.7rem;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
background-color: #CC4331;
|
||||
padding: 1rem 1rem;
|
||||
color: #F9E7DB;
|
||||
z-index: 100;
|
||||
font-size: 11px;
|
||||
}
|
||||
|
||||
.header {
|
||||
background-color: #F9E7DB;
|
||||
position: fixed;
|
||||
|
||||
Reference in New Issue
Block a user