mirror of
https://codeberg.org/Tahinli/personality.git
synced 2025-07-08 12:07:08 +00:00
feat: ✨ links page
This commit is contained in:
parent
a53e66e99f
commit
c04acb416e
5 changed files with 68 additions and 16 deletions
|
@ -39,15 +39,50 @@
|
|||
color: coral;
|
||||
}
|
||||
|
||||
.projects_list {
|
||||
.links_list {
|
||||
font-size: large;
|
||||
color: white;
|
||||
margin: 1%;
|
||||
}
|
||||
|
||||
.projects_list h1 {
|
||||
margin-top: 1%;
|
||||
margin-bottom: 1%;
|
||||
.links{
|
||||
margin: 1%;
|
||||
h1 {
|
||||
color: azure;
|
||||
}
|
||||
h3 {
|
||||
margin-top: 1%;
|
||||
color: aliceblue;
|
||||
}
|
||||
h5 {
|
||||
margin-bottom: 1%;
|
||||
color: antiquewhite;
|
||||
}
|
||||
div {
|
||||
margin-top: 1%;
|
||||
display:block;
|
||||
@media screen {
|
||||
width: 50%;
|
||||
}
|
||||
|
||||
@media screen and (max-width:820px){
|
||||
width: 100%;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.links_link {
|
||||
text-decoration: underline;
|
||||
font-size: x-large;
|
||||
color: azure;
|
||||
margin: 1%;
|
||||
}
|
||||
|
||||
|
||||
.projects_list {
|
||||
font-size: large;
|
||||
color: white;
|
||||
margin: 1%;
|
||||
}
|
||||
|
||||
.project_link {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue