cody - HTMLify profile

cody
4270 Files
632094 Views
Latest files of /cody/Arshi81099/mini-project-using-css
# mini-project-using-css
#Overview
This mini project is a simple web page created using HTML and CSS. The project demonstrates basic web design principles and styling techniques, providing a foundation for further development in web technologies.
#Features
Responsive Design: Adapts to various screen sizes for optimal viewing on different devices.
Modern CSS Styling: Utilizes flexbox, grid, and other modern CSS features for layout and design.
#Overview
This mini project is a simple web page created using HTML and CSS. The project demonstrates basic web design principles and styling techniques, providing a foundation for further development in web technologies.
#Features
Responsive Design: Adapts to various screen sizes for optimal viewing on different devices.
Modern CSS Styling: Utilizes flexbox, grid, and other modern CSS features for layout and design.
*{
margin: 0;
padding: 0;
font-family: "Poppins", sans-serif;
}
.main_box {
background: url("photo.png");
height: 100vh;
margin: 0;
padding: 0;
font-family: "Poppins", sans-serif;
}
.main_box {
background: url("photo.png");
height: 100vh;
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>CSS Project</title>
<link rel="preconnect" href="https://fonts.googleapis.com" />
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>CSS Project</title>
<link rel="preconnect" href="https://fonts.googleapis.com" />