mirror of
https://github.com/zyqunix/tools.git
synced 2025-07-06 06:20:30 +02:00
/guestbook, /autist, font changes and a new /projects entry
This commit is contained in:
parent
edc8589d1d
commit
8fc3faf8bb
41 changed files with 400 additions and 101 deletions
14
style.css
14
style.css
|
@ -1,5 +1,3 @@
|
|||
/* Global Styles */
|
||||
|
||||
body {
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
|
@ -23,8 +21,6 @@ html {
|
|||
color: #2a2a2a;
|
||||
}
|
||||
|
||||
/* Topbar Styles */
|
||||
|
||||
.topbar {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
|
@ -42,8 +38,6 @@ html {
|
|||
overflow-x: hidden;
|
||||
}
|
||||
|
||||
/* Welcome Section Styles */
|
||||
|
||||
.welcome {
|
||||
text-align: center;
|
||||
margin: 0;
|
||||
|
@ -63,8 +57,6 @@ html {
|
|||
margin: 0 0 10px 0;
|
||||
}
|
||||
|
||||
/* Tools Section Styles */
|
||||
|
||||
.tools-main {
|
||||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
|
@ -129,8 +121,6 @@ html {
|
|||
border-color: rgb(90, 150, 115);
|
||||
}
|
||||
|
||||
/* Slideshow Styles */
|
||||
|
||||
.slideshow-container {
|
||||
position: relative;
|
||||
width: 90vw;
|
||||
|
@ -146,8 +136,6 @@ html {
|
|||
object-fit: contain;
|
||||
}
|
||||
|
||||
/* Theme Button Styles */
|
||||
|
||||
.theme-button {
|
||||
cursor: pointer;
|
||||
background: none;
|
||||
|
@ -156,8 +144,6 @@ html {
|
|||
margin-left: 30px;
|
||||
}
|
||||
|
||||
/* Media Queries */
|
||||
|
||||
@media (max-width: 768px) {
|
||||
.main {
|
||||
width: 95%;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue