Commit d2c39a04 authored by Andre Dalwin C. Tan's avatar Andre Dalwin C. Tan

Removed extra style.css

parent 0dcce784
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');
body {
background-color: #7d3573 ;
color: #fcfaf4;
font-family: 'Poppins', sans-serif;
display: flex;
justify-content: center;
align-items: center;
}
h1{
font-size: medium;
}
p{
font-size: medium;
}
a{
color: darkorange;
text-decoration: none;
}
li{
list-style-type: none;
}
.bottom{
display: flex;
align-items: center;
justify-content: space-between;
}
.bottom a{
color: white;
border-radius: 10px;
padding: 15px 30px;
background: darkorange;
font-size: large;
text-decoration: none;
}
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment