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 { .container {
/*Text margin*/ /*Text margin*/
margin: auto; margin: auto;
width: 60%; width: 75%;
padding: 10px; padding: 10px;
} }
body { body {
font-family: 'Ubuntu', sans-serif; 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; color: white;
background-repeat: no-repeat; background-repeat: no-repeat;
background-attachment: fixed; background-attachment: fixed;

View file

@ -8,6 +8,7 @@
<link rel="preconnect" href="https://fonts.googleapis.com"> <link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin> <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"> <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> </head>
<body> <body>