Skip to content
Snippets Groups Projects
Commit 46af7c4f authored by Oliwer Mattsson's avatar Oliwer Mattsson :headphones:
Browse files

Laddade upp main.css och bakgrundsbild.

parent b032edcf
No related branches found
No related tags found
No related merge requests found
MyPortfolio/static/images/background.png

1.43 MiB

html, body {
/* STYLING */
background-image: url("../images/background.png");
background-repeat: repeat;
background-color: #151515;
color: whitesmoke;
font-family: "Afacad Flux", sans-serif;
font-optical-sizing: auto;
overflow-x: hidden;
overflow-y: scroll;
/* SIZING */
margin:0;
padding:0;
height:100%;
max-width: 100%;
}
header {
/* STYLING */
background:rgba(15,15,15,0.5);
/* DEBUG */
/*border: red;
border-style: solid;*/
/* SIZING */
height: 80px;
width: 100%;
display: flex;
justify-content: center;
}
.logo {
margin-top: -1px;
font-size:7px;
padding-right: 55px;
}
header ul {
list-style-type: none;
}
header li {
float: left;
}
header a {
display: inline-block;
font-size: x-large;
color: whitesmoke;
text-decoration: none;
margin-right: 65px;
padding-top: 5px
}
.content-container {
/* STYLING */
background:rgba(15,15,15,0.9);
/* SIZING */
min-height: 59.55%;
padding-bottom: 150px;
width: 100%;
}
footer {
/* STYLING */
background:rgba(15,15,15,0.5);
/* DEBUG */
/* SIZING */
position: relative;
right: 0;
bottom:0;
width:100%;
height:150px;
margin-right: auto;
margin-left: auto;
display: flex;
justify-content: space-evenly;
align-items:baseline;
}
footer p {
font-size: large;
font-weight: bold;
color: whitesmoke;
}
footer a {
position: absolute;
font-size: medium;
font-weight: normal;
color: #959595;
text-decoration:underline;
}
footer ul {
list-style: none;
}
\ No newline at end of file
......@@ -8,21 +8,16 @@
</head>
<body>
<header>
<pre class="logo">
██████╗ ██╗ ██████╗
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="techniques.html">Techniques</a></li>
<li><pre class="logo">
██████╗ ██╗ ██████╗
██╔══██╗██║██╔═══██╗
██████╔╝██║██║ ██║
██╔═══╝ ██║██║ ██║
██║██╗ ██║╚██████╔╝
╚═╝╚═╝ ╚═╝ ╚═════╝
</pre>
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="techniques.html">Techniques</a></li>
╚═╝╚═╝ ╚═╝ ╚═════╝</pre></li>
<li><a href="list.html">Projects</a></li>
<li><a href="https://github.com/olma957">GitHub</a></li>
</ul>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment