Add style file

This commit is contained in:
Yash Karandikar 2021-11-09 21:45:56 -06:00
parent 9d2b1c39db
commit 3b422b6c70
2 changed files with 7 additions and 0 deletions

6
sass/style.scss Normal file
View file

@ -0,0 +1,6 @@
.container {
/*Text margin*/
margin: auto;
width: 60%;
padding: 10px;
}

View file

@ -4,6 +4,7 @@
<head>
<meta charset="utf-8">
<title>Welcome to Yash's Website!</title>
<link rel="stylesheet" href="/style.css">
</head>
<body>