mirror of
https://github.com/LJ5O/website.git
synced 2026-08-11 22:54:46 +02:00
Website ported from html to vuejs
This commit is contained in:
@@ -1,35 +1,29 @@
|
||||
@import './base.css';
|
||||
|
||||
#app {
|
||||
max-width: 1280px;
|
||||
margin: 0 auto;
|
||||
padding: 2rem;
|
||||
font-weight: normal;
|
||||
h1,h2,h3,h4,h5,p{
|
||||
color: #EAEAEA;
|
||||
/*Family Roboto or Atma ?*/
|
||||
}
|
||||
|
||||
a,
|
||||
.green {
|
||||
a{
|
||||
text-decoration: none;
|
||||
}
|
||||
a:visited{
|
||||
color: #EAEAEA;
|
||||
text-decoration: none;
|
||||
color: hsla(160, 100%, 37%, 1);
|
||||
transition: 0.4s;
|
||||
padding: 3px;
|
||||
}
|
||||
|
||||
@media (hover: hover) {
|
||||
a:hover {
|
||||
background-color: hsla(160, 100%, 37%, 0.2);
|
||||
}
|
||||
.test{
|
||||
border: red dotted 2px;
|
||||
}
|
||||
|
||||
@media (min-width: 1024px) {
|
||||
body {
|
||||
display: flex;
|
||||
place-items: center;
|
||||
}
|
||||
|
||||
#app {
|
||||
display: grid;
|
||||
grid-template-columns: 1fr 1fr;
|
||||
padding: 0 2rem;
|
||||
}
|
||||
}
|
||||
.button{
|
||||
padding-left: 8px;
|
||||
padding-right: 8px;
|
||||
padding-top: 5px;
|
||||
padding-bottom: 5px;
|
||||
border: none;
|
||||
border-radius: 6px;
|
||||
cursor: pointer;
|
||||
text-align: center;
|
||||
}
|
||||
Reference in New Issue
Block a user