mirror of
https://github.com/aurora-dot/pastel.codes.git
synced 2024-11-22 00:02:24 +00:00
Added fonts to text and changed some smaller stuff
This commit is contained in:
parent
a8e5cf3015
commit
b28918e903
6
.idea/discord.xml
Normal file
6
.idea/discord.xml
Normal file
@ -0,0 +1,6 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<project version="4">
|
||||
<component name="DiscordProjectSettings">
|
||||
<option name="show" value="PROJECT_FILES" />
|
||||
</component>
|
||||
</project>
|
@ -43,23 +43,36 @@ header nav a span {
|
||||
font-size: 3.2vh;
|
||||
font-family: 'Grifter'; }
|
||||
|
||||
header nav #navbarSupportedContent23 ul {
|
||||
background-color: #CC7A98; }
|
||||
header nav #navbarSupportedContent23 ul li {
|
||||
background-color: #CC7A98;
|
||||
text-align: center; }
|
||||
header nav #navbarSupportedContent23 ul li a {
|
||||
color: #002234; }
|
||||
|
||||
header nav #navbarSupportedContent23 ul .active {
|
||||
background-color: #002234; }
|
||||
header nav #navbarSupportedContent23 ul .active a {
|
||||
color: #CC7A98; }
|
||||
|
||||
main {
|
||||
padding: 0.5rem; }
|
||||
main h1 {
|
||||
padding-bottom: 1rem;
|
||||
font-size: 50pt; }
|
||||
main h1 span {
|
||||
text-decoration: underline #CC7A98; }
|
||||
text-decoration: underline #CC7A98;
|
||||
text-decoration-style: wavy; }
|
||||
main p {
|
||||
font-size: 30pt;
|
||||
margin-bottom: 5px; }
|
||||
|
||||
footer {
|
||||
text-align: center;
|
||||
font-size: 1rem;
|
||||
padding-bottom: 0.5rem; }
|
||||
footer a {
|
||||
color: #CC7A98;
|
||||
text-decoration: underline #CC7A98; }
|
||||
|
||||
.ham {
|
||||
width: 30px;
|
||||
|
@ -51,24 +51,36 @@ header
|
||||
|
||||
#navbarSupportedContent23
|
||||
ul
|
||||
background-color: $pink
|
||||
li
|
||||
background-color: $pink
|
||||
text-align: center
|
||||
a
|
||||
color: $black
|
||||
.active
|
||||
background-color: $black
|
||||
a
|
||||
color: $pink
|
||||
|
||||
main
|
||||
padding: 0.5rem
|
||||
h1
|
||||
padding-bottom: 1rem
|
||||
font-size: 50pt
|
||||
span
|
||||
text-decoration: underline $pink
|
||||
text-decoration-style: wavy
|
||||
p
|
||||
font-size: 30pt
|
||||
margin-bottom: 5px
|
||||
|
||||
|
||||
footer
|
||||
text-align: center
|
||||
font-size: 1rem
|
||||
padding-bottom: 0.5rem
|
||||
a
|
||||
color: $pink
|
||||
text-decoration: underline $pink
|
||||
|
||||
// Nav stuff
|
||||
|
||||
|
@ -39,6 +39,7 @@ block content
|
||||
// left hand text
|
||||
.home-content
|
||||
.left
|
||||
.title-content-box
|
||||
h1
|
||||
| Hello,
|
||||
br
|
||||
@ -52,5 +53,6 @@ block content
|
||||
//icons
|
||||
|
||||
footer
|
||||
p piss
|
||||
p © 2020 |
|
||||
a(href="#") ESTR//
|
||||
|
||||
|
@ -1,6 +1,8 @@
|
||||
doctype html
|
||||
html
|
||||
head
|
||||
meta(http-equiv="content-type" content="text/html; charset=UTF-8")
|
||||
meta(name="viewport" content="width=device-width, initial-scale=1")
|
||||
title= title
|
||||
link(rel='stylesheet', href='/stylesheets/bootstrap.css')
|
||||
link(rel='stylesheet', href='/stylesheets/style.css')
|
||||
|
Loading…
Reference in New Issue
Block a user