Skip to content

Instantly share code, notes, and snippets.

View lavlife06's full-sized avatar

Lav Senghani lavlife06

View GitHub Profile
@lavlife06
lavlife06 / styling.css
Created October 2, 2019 13:18
Here is css file that you will need to build website
.site-header {
background-color: #1BBC9B;
color: black;
height: 100vh;
font-family: monospace;
display: flex;
flex-direction: column;
justify-content: center;
align-content: center;
}
@lavlife06
lavlife06 / website.html
Last active October 2, 2019 13:19
Learn to make small and beautiful website to learn html and css
<html>
<head>
<title>lavjibadshah</title>
<meta content="width=device-width, initial-scale=1" name="viewport">
<link href="css/main.css" rel="stylesheet">
</head>
<body>
<header class="site-header">
<img class="profile-pic" src="https://image.shutterstock.com/image-photo/nature-background-table-wood-product-260nw-285662423.jpg?_nc_ht=instagram.fstv2-1.fna.fbcdn.net">
<div class="site-header-content">