-
Haris Zilic authoredHaris Zilic authored
navigation.component.css 659 B
.rectangle {
height: 70px;
width: 70%;
background-color: #555;
}
.rectangle_big {
height: 70px;
width: 70%;
background-color: #555;
}
.square {
height: 100px;
width: 50%;
background-color: #555;
}
.container_1 {
display: grid;
grid-template-rows: 200px;
grid-template-columns: 25% 25% 50%;
}
.container_2 {
display: grid;
grid-template-rows: 200px;
grid-template-columns: 25% 25% 20% 20% 5%;
}
.container_3 {
display: grid;
grid-template-rows: 200px;
grid-template-columns:
}
p {
font-size: 20px;
color: #CCC;
margin: 4px 4px 4px 4px;
margin-top: 10px;
}