Skip to content

Commit

Permalink
NapicuWeb2
Browse files Browse the repository at this point in the history
  • Loading branch information
Numax-cz committed Nov 19, 2020
1 parent 02f0277 commit b772823
Show file tree
Hide file tree
Showing 31 changed files with 615 additions and 937 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
.well-known
.googled2a683589c1df4e0.html
7 changes: 4 additions & 3 deletions 404.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link href="https://fonts.googleapis.com/css2?family=Roboto+Mono:wght@500&display=swap" rel="stylesheet">
<link rel="stylesheet" href="/CSS/404.css">
<link rel="stylesheet" href="/css/404.css">
<link rel="icon" href="favicon.png">
<meta charset="utf-8"/>
<title>HA! 404!</title>
Expand Down Expand Up @@ -38,10 +38,11 @@

<body>
<nav>
<div class="menu">
<h4><a href="https://napicu.eu/">Ahoj kamaráde!</a></h4>
<div class="menu-na">
<a href="https://napicu.eu">Ahoj kamaráde</a>
</div>
</nav>

<div class="error">
<h1>¯\_(ツ)_/¯</h1>
<h1>HA! Nechtěl bych!</h1>
Expand Down
45 changes: 25 additions & 20 deletions CSS/404.css
Original file line number Diff line number Diff line change
Expand Up @@ -6,27 +6,31 @@
background-color: #2c3033;
user-select: none;
}
nav{
/*------MENU------*/
.menu-na{
user-select: none;
display: flex;
justify-content: space-around;
align-items: center;
min-height: 6vh;
background: #f39c12;
font-family: 'Roboto Mono', monospace;
}
nav a{
background: #f39c12;
}
width: 100%;
background-color: #c0392b;
font-size: 5vh;
padding-bottom: 5px;
letter-spacing: 1vh;
text-align: center;
top: 0;

.menu a{
text-shadow: 2px 2px black;
color: white;
text-transform: uppercase;
letter-spacing: 5px;
font-size: 4vh;
}
.menu-na a {
background-color: #c0392b;
transition: .4s;
text-decoration: none;
color: white;
font-weight: bolder;
}
.menu-na a:hover {
transition: .3s;
letter-spacing: 1.2vh;
}
/*------MENU------*/


.error{
width: 100%;
Expand All @@ -45,15 +49,16 @@ nav a{

.error a{
text-decoration: none;
background: #f39c12;
background: #c0392b;
color: white;
padding: 1vh 10vh;
display: inline-block;
border-radius: 12vh;
margin-top: 1%;
transition: .4s;
}

.error a:hover{
background: #e74c3c;
transition: 0.5s;
background: #9e2619;
transition: .3s;
}
Binary file removed CSS/MMA.png
Binary file not shown.
Loading

0 comments on commit b772823

Please sign in to comment.