Commit 0dcce784 authored by Andre Dalwin C. Tan's avatar Andre Dalwin C. Tan

Branched to lab04 and updated readme

parent 9db9404e
Tan, Andre Dalwin C.
215736
CSCI 41 C
Lab 3 - My Favorite Books and Authors
Submitted March 28, 2023
Lab 4 - My Favorite Books and Authors v2
Submitted April 25, 2023
This project is done completely by me by using prior knowledge and the modules. Let this document serve as my signature as well.
\ No newline at end of file
@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