Update 4.css

This commit is contained in:
RobertHeaton
2023-09-03 07:45:46 +01:00
committed by GitHub
parent 603bb80cf3
commit c3514add50

12
4.css
View File

@ -120,6 +120,18 @@ div.wrapper2{
margin:auto;
margin-top: 40px;
}
div.landing-bttn{
border: 2px solid var(--primary-colour);
border-radius: 30px;
padding: 5px 20px;
color: var(--text-colour);
margin: 15px;
max-width: 80px;
background-color:#ffffff;
font-weight:700;
font-size:130px;
text-align: center;
}
div.main{
width:90vw;
max-width: 986px;