mirror of
https://github.com/musix-org/musix-org.github.io
synced 2024-11-14 00:00:18 +00:00
Create faq.css
This commit is contained in:
parent
db120a151f
commit
13539fca05
66
public/faq.css
Normal file
66
public/faq.css
Normal file
@ -0,0 +1,66 @@
|
||||
@import "./master.css";
|
||||
@import "./table.css";
|
||||
|
||||
.wrapper {
|
||||
width: 50%;
|
||||
margin-left: 25%;
|
||||
font-size: xx-large;
|
||||
text-align: center;
|
||||
color: var(--light-blue);
|
||||
}
|
||||
|
||||
.faq {
|
||||
width: 60%;
|
||||
margin-top: 70px;
|
||||
margin-left: 20%;
|
||||
background-color: var(--dark-grey);
|
||||
cursor: help;
|
||||
}
|
||||
|
||||
a:visited {
|
||||
color: rgb(255, 255, 255);
|
||||
text-decoration: underline;
|
||||
background-color: transparent;
|
||||
}
|
||||
|
||||
a:link {
|
||||
color: rgb(255, 255, 255);
|
||||
text-decoration: underline;
|
||||
background-color: transparent;
|
||||
}
|
||||
|
||||
a:active {
|
||||
color: rgb(255, 255, 255);
|
||||
text-decoration: underline;
|
||||
background-color: transparent;
|
||||
}
|
||||
|
||||
a:hover {
|
||||
color: rgb(255, 255, 255);
|
||||
background-color: transparent;
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
.wrapper a:visited {
|
||||
color: #7289DA;
|
||||
text-decoration: underline;
|
||||
background-color: transparent;
|
||||
}
|
||||
|
||||
.wrapper a:link {
|
||||
color: #7289DA;
|
||||
text-decoration: underline;
|
||||
background-color: transparent;
|
||||
}
|
||||
|
||||
.wrapper a:active {
|
||||
color: #7289DA;
|
||||
text-decoration: underline;
|
||||
background-color: transparent;
|
||||
}
|
||||
|
||||
.wrapper a:hover {
|
||||
color: #7289DA;
|
||||
background-color: transparent;
|
||||
text-decoration: underline;
|
||||
}
|
Loading…
Reference in New Issue
Block a user