Tweak styles some more

This commit is contained in:
Yash Karandikar 2021-11-10 18:03:18 -06:00
parent 3990945d08
commit a47c06b61a
Signed by: karx
GPG Key ID: A794DA2529474BA5
2 changed files with 5 additions and 3 deletions

View File

@ -1,13 +1,14 @@
.container {
/*Text margin*/
margin: auto;
width: 60%;
padding: 10px;
width: 75%;
padding: 10px;
}
body {
font-family: 'Ubuntu', sans-serif;
background: linear-gradient(180deg, #00d4ff, #091579);
background: linear-gradient(180deg, #091579, black);
// background: linear-gradient(180deg, #00d4ff, #091579);
color: white;
background-repeat: no-repeat;
background-attachment: fixed;

View File

@ -8,6 +8,7 @@
<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=Ubuntu:ital,wght@0,300;0,700;1,300;1,700&display=swap" rel="stylesheet">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
</head>
<body>