Skip to content
Permalink
9e48e0248d
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Go to file
 
 
Cannot retrieve contributors at this time
44 lines (39 sloc) 712 Bytes
body{
background-color: #3e2fae;
width: 90vw;
height: 100vh;
margin: 0 auto;
}
#searchMsg{
width:100%;
text-indent: 10px;
height: 30px;
background-color: #ffffff;
border-radius: 10px;
border:2px solid #f9d861;
font-family: 'Josefin Sans', sans-serif;
margin-left: 20px;
}
.flex-box{
display: flex;
align-items: center;
justify-content: space-around;
margin-top: 5vh;
}
h2{
color: white;
font-family: 'Josefin Sans', sans-serif;
}
h4{
font-family: 'Josefin Sans', sans-serif;
color: black;
background-color: #f9d861;
border-radius: 10px;
padding: 10px 10px;
}
a{
text-decoration: none;
}
a:visited{
color: black;
}