Commit 34954a08 authored by Joseph Izon's avatar Joseph Izon 💀

Add css stylesheet and images like akshually

parent fa35421b
* {
font-family:Courier New;
}
h1 {
color: #73436D;
font-weight: bold;
}
h3{
color:#B67C9A
}
img {
float: left;
width: 500px;
height: 500px;
object-fit: cover;
border-radius: 10px;
}
p{
color: #2a384d;
}
body {
background-color: #E5E6E9;
padding: 1% 0 0 2%;
}
a {
color:black;
text-decoration: none;
}
a:visited {
color:hotpink;
}
a:hover {
color: #73436D;
}
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