mirror of
https://github.com/NohamR/Hub.git
synced 2025-05-24 00:48:57 +00:00
60 lines
1.0 KiB
CSS
60 lines
1.0 KiB
CSS
html {
|
|
background-color: transparent;
|
|
}
|
|
|
|
/* #insta,
|
|
#twitter,
|
|
#github,
|
|
#discord,
|
|
#whatsapp,
|
|
#youtube {
|
|
display: block;
|
|
height: 50px;
|
|
width: 50px;
|
|
padding: 10px;
|
|
margin-left: auto;
|
|
margin-right: auto;
|
|
} */
|
|
|
|
#title {
|
|
text-align: center;
|
|
color: aliceblue;
|
|
font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
|
|
}
|
|
|
|
.insta,
|
|
.twitter,
|
|
.github,
|
|
.youtube,
|
|
.whatsapp,
|
|
.discord,
|
|
.telegram,
|
|
.drive,
|
|
.twitch,
|
|
.reddit,
|
|
.isoft {
|
|
/* display: block; */
|
|
height: 50px;
|
|
width: auto;
|
|
margin: 10px;
|
|
/* border: 10px solid transparent; */
|
|
text-decoration: none;}
|
|
|
|
.insta>img:hover,
|
|
.twitter>img:hover,
|
|
.github>img:hover,
|
|
.youtube>img:hover,
|
|
.whatsapp>img:hover,
|
|
.discord>img:hover,
|
|
.telegram>img:hover,
|
|
.drive>img:hover,
|
|
.twitch>img:hover,
|
|
.reddit>img:hover,
|
|
.isoft>img:hover {
|
|
box-shadow: 0px 0px 50px rgb(119, 119, 119);
|
|
background-color: rgba(119, 119, 119,0.3);}
|
|
|
|
|
|
.reseau {
|
|
text-align: center;
|
|
} |