Download as txt, pdf, or txt
Download as txt, pdf, or txt
You are on page 1of 1

nav>ul{

background-color: chocolate;
padding : 16px;
display: flex;
}
.navigation{
display: flex;
}
.nav-list{
margin-right: 15px;
margin-top: 15px;
}
a{
color: black;
}
.about-me{
width: 60%;
background-color: coral;
padding-right: 20px;
}
.hello{
font-family : 'Croissant One', cursive;
}
p{
padding-right: 20px;
padding-left: 20px;
text-align: justify;
text-justify: inter-word;
}
.interests-sidebar-left{
background-color: chartreuse;
padding: 30px;
font-family: 'Mooli', sans-serif;

}
.personal--skill-sidebar-right{
background-color: darkblue;
padding: 30px;
font-family: 'Mooli', sans-serif;

}
.sidebar{
display: flex;
}
.location{
display: flex;
}

You might also like