q Normal Web
June 17, 2025 0

Normal Web

By Admin 5 min read

<!DOCTYPE html>

<html lang="en">

<head>

<meta charset="UTF-8">

<meta name="viewport" content="width=device-width, initial-scale=1.0">

<title>Section K rocks</title>

 

<style>

body{

background-color: black;

}

h1{

color: white;

font-size: 40px;

text-align: center;

font-weight: bold;

font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;

}

div{

text-align: center;

align-items: center;

}

button{

height: 40px;

width: 100px;

padding: 5px;

border: none;

background-color: white;

color: black;

}

h4{

text-align: center;

}

</style>

</head>

<body>

<h1>

 

Welcome to car company. We are here

</h1>

<hr>

<p>

Lorem ipsum dolor sit amet consectetur adipisicing elit. In magnam perferendis eligendi, dolorum exercitationem maxime reprehenderit tenetur harum beatae doloribus deserunt omnis ut saepe dicta sint tempore, repellendus voluptatum dignissimos.

</p>

<div>

<p>Car we have</p>

<img src="car.webp" alt="">

</div>

<h4>

<button>

Click me

</button>

</h4>

 

</body>

</html>

Copy and paste it