mirror of
https://github.com/Kaisaan/kaisaan.github.io.git
synced 2025-06-19 09:15:48 -04:00
Add CSS
This commit is contained in:
parent
f217a8fefa
commit
22a12a7cc2
4
assets/style.css
Normal file
4
assets/style.css
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
body {
|
||||||
|
font-family: 'Roboto', sans-serif;
|
||||||
|
background-color: #EFEFEF;
|
||||||
|
}
|
@ -1,5 +1,12 @@
|
|||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html>
|
<html>
|
||||||
|
<head>
|
||||||
|
<title>Kaisaan Yummy Site</title>
|
||||||
|
<link rel="stylesheet" href="assets/style.css">
|
||||||
|
<link rel="preconnect" href="https://fonts.googleapis.com">
|
||||||
|
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
|
||||||
|
<link href="https://fonts.googleapis.com/css2?family=Roboto&display=swap" rel="stylesheet">
|
||||||
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<center><h1>Welcome to Kaisaan's Website!</h1></center>
|
<center><h1>Welcome to Kaisaan's Website!</h1></center>
|
||||||
<h3>Hello World!</h3>
|
<h3>Hello World!</h3>
|
||||||
|
Loading…
Reference in New Issue
Block a user