Dashboard Temp Share Shortlinks Frames API

cody - HTMLify profile

files of /cody/Arshi81099/mini-project-using-css/

README.md /cody/Arshi81099/mini-project-using-css/README.md
249 Views
0 Comments
# mini-project-using-css

#Overview
This mini project is a simple web page created using HTML and CSS. The project demonstrates
index.html /cody/Arshi81099/mini-project-using-css/index.html
359 Views
0 Comments
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge"
photo.png /cody/Arshi81099/mini-project-using-css/photo.png
171 Views
0 Comments
Media file
style.css /cody/Arshi81099/mini-project-using-css/style.css
134 Views
0 Comments
*{
margin: 0;
padding: 0;
font-family: "Poppins", sans-serif;
}
.main_box {
background: url("photo.png");
he