Buttons and GLAGNE
This commit is contained in:
parent
967ea36388
commit
c3b5c17197
2 changed files with 40 additions and 8 deletions
|
@ -8,6 +8,26 @@ html, body {
|
|||
min-height: 100%;
|
||||
}
|
||||
|
||||
.button {
|
||||
width: 180px;
|
||||
flex: auto;
|
||||
display: block;
|
||||
padding: 20px;
|
||||
background-color: #cde6ea;
|
||||
box-sizing: border-box;
|
||||
text-decoration: none;
|
||||
font-weight: bold;
|
||||
color: inherit;
|
||||
text-align: center;
|
||||
float: right;
|
||||
font-size: 18px;
|
||||
transition: background-color 0.2s ease;
|
||||
}
|
||||
|
||||
.button:hover {
|
||||
background-color: rgba(0, 0, 0, 0.2);
|
||||
}
|
||||
|
||||
nav {
|
||||
display: flex;
|
||||
overflow: hidden;
|
||||
|
@ -150,4 +170,4 @@ nav > a > div {
|
|||
|
||||
.content {
|
||||
padding: 10px;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue