mirror of
https://github.com/libretro/ludo.libretro.com.git
synced 2024-11-30 04:20:31 +00:00
Arrow
This commit is contained in:
parent
8efe0a0892
commit
737d35c6e0
16
style.css
16
style.css
@ -60,6 +60,22 @@ header .download {
|
||||
padding: 15px;
|
||||
margin: 20px;
|
||||
border-radius: 16px;
|
||||
position: relative;
|
||||
}
|
||||
|
||||
header .download:after {
|
||||
width: 0;
|
||||
height: 0;
|
||||
display: block;
|
||||
content: " ";
|
||||
position: absolute;
|
||||
top: 0;
|
||||
left: 50%;
|
||||
border: 20px solid transparent;
|
||||
border-bottom-color: lightcyan;
|
||||
border-top: 0;
|
||||
margin-left: -20px;
|
||||
margin-top: -20px;
|
||||
}
|
||||
|
||||
header .download .btn {
|
||||
|
Loading…
Reference in New Issue
Block a user