mirror of
https://github.com/Noratrieb/website.git
synced 2026-01-14 08:55:01 +01:00
fixes
This commit is contained in:
parent
ec3e1d828e
commit
6981304b4e
2 changed files with 11 additions and 4 deletions
|
|
@ -16,6 +16,7 @@
|
|||
}
|
||||
|
||||
.ferrisuwu {
|
||||
display: none;
|
||||
z-index: 1;
|
||||
position: absolute;
|
||||
right: -100px;
|
||||
|
|
@ -23,6 +24,7 @@
|
|||
}
|
||||
|
||||
.ferrisuwu-animate {
|
||||
display: block;
|
||||
animation-iteration-count: 1;
|
||||
animation-name: ferrisuwu-enter;
|
||||
animation-duration: 3s;
|
||||
|
|
@ -41,7 +43,7 @@
|
|||
}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<body class="overflow-hidden">
|
||||
<div class="main-content">
|
||||
<div class="main-content-inner">
|
||||
<h1>Nilstrieb's website</h1>
|
||||
|
|
@ -94,7 +96,7 @@
|
|||
</div>
|
||||
</div>
|
||||
|
||||
<div>
|
||||
<div class="overflow-hidden">
|
||||
<img id="ferrisuwu" class="ferrisuwu" src="static/ferrisuwu.webp" />
|
||||
</div>
|
||||
|
||||
|
|
|
|||
|
|
@ -2,7 +2,6 @@ body {
|
|||
font-family: Verdana, sans-serif;
|
||||
background-color: #e6dae9;
|
||||
color: #1b191c;
|
||||
overflow-x: hidden;
|
||||
}
|
||||
|
||||
.main-content {
|
||||
|
|
@ -24,7 +23,7 @@ body {
|
|||
}
|
||||
|
||||
.call-to-action {
|
||||
width: 400px;
|
||||
width: 250px;
|
||||
height: 50px;
|
||||
background-color: #8c499d;
|
||||
display: flex;
|
||||
|
|
@ -34,6 +33,12 @@ body {
|
|||
text-decoration: none;
|
||||
}
|
||||
|
||||
@media (min-width: 1000px) {
|
||||
.call-to-action {
|
||||
width: 400px;
|
||||
}
|
||||
}
|
||||
|
||||
.call-to-action:hover {
|
||||
background-color: #ac78b8;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue