Skip to content
Snippets Groups Projects
Commit 016bd396 authored by Jeremy Sithole's avatar Jeremy Sithole
Browse files

Added min_side.css

parent a227a8a9
No related branches found
No related tags found
No related merge requests found
/* Importing the "Montserrat" font*/
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500&display=swap');
body{
font-size: 20px;
font-family: 'Montserrat', sans-serif;
}
input[type=text], select {
width: 50%;
padding: 12px 20px;
margin: 15px 0px;
display: inline-block;
border: 2px solid #ccc;
border-radius: 4px;
box-sizing: border-box;
}
input[type=submit] {
width: 30%;
padding: 14px 20px;
border-style:solid;
border-radius: 30px;
border-color: #b82a31;
cursor: pointer;
}
input[type=submit]:hover{
background-color: #b82a31;
color: #ffe119;
filter: drop-shadow(0px 5px 3px black);
}
button {
border-style:solid;
border-radius: 30px;
border-color: #b82a31;
color: #1b1b1b;
background-color: transparent;
width: 150px;
height: 50px;
cursor: pointer;
font-size: 16px;
margin: 30px 0px 15px 0px;
}
button:hover{
background-color: #b82a31;
color: #ffe119;
filter: drop-shadow(0px 5px 3px black);
}
p{
margin-top: 20px;
}
.container_ms{
position: relative;
margin: auto;
background-color: #ffe119;
margin-top: 6vh; /* 6vh*/
width: 50%;
padding-bottom: 100px;
padding-top: 50px;
text-align: center;
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment