styling changes
This commit is contained in:
parent
ea5d25ded2
commit
32798bdd6e
13
style.css
13
style.css
|
@ -3,9 +3,12 @@
|
||||||
padding: 0;
|
padding: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
body {
|
||||||
|
overflow: hidden;
|
||||||
|
}
|
||||||
|
|
||||||
nav {
|
nav {
|
||||||
padding-top: 10px;
|
padding: 1em;
|
||||||
padding-bottom: 10px;
|
|
||||||
display: flex;
|
display: flex;
|
||||||
justify-content: space-around;
|
justify-content: space-around;
|
||||||
}
|
}
|
||||||
|
@ -54,7 +57,8 @@ button span {
|
||||||
}
|
}
|
||||||
|
|
||||||
main {
|
main {
|
||||||
background-color: #9a6db6;
|
padding: 0.5em;
|
||||||
|
background-color:#9a6db6;
|
||||||
display: flex;
|
display: flex;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
height: 70%;
|
height: 70%;
|
||||||
|
@ -62,7 +66,6 @@ main {
|
||||||
}
|
}
|
||||||
|
|
||||||
.cat-img {
|
.cat-img {
|
||||||
margin: 15px;
|
|
||||||
height: auto;
|
height: auto;
|
||||||
width: auto;
|
width: auto;
|
||||||
border-radius: 10px;
|
border-radius: 10px;
|
||||||
|
@ -70,8 +73,8 @@ main {
|
||||||
}
|
}
|
||||||
|
|
||||||
footer {
|
footer {
|
||||||
height: 15%;
|
|
||||||
width: auto;
|
width: auto;
|
||||||
|
height: 15%;
|
||||||
}
|
}
|
||||||
|
|
||||||
footer p {
|
footer p {
|
||||||
|
|
Loading…
Reference in New Issue