Skip to content
This repository was archived by the owner on Jul 15, 2024. It is now read-only.

Commit 337bc87

Browse files
committed
Update CSS and SVG
1 parent ac4af3a commit 337bc87

6 files changed

Lines changed: 106 additions & 204 deletions

File tree

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,3 @@
11
# dev-infinity.com
2+
3+
Source code of [dev-infinity.com](https://dev-infinity.com)

assets/css/style.css

Lines changed: 13 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ main {
2323
align-items: center;
2424
justify-content: center;
2525
text-align: center;
26-
padding: 0 5px;
26+
padding: 0 0.5rem;
2727
}
2828

2929
h1,
@@ -51,50 +51,36 @@ p {
5151
margin: 0 auto 1.5rem;
5252
}
5353

54-
.svg-inline {
54+
.bi {
5555
display: inline-block;
56-
height: 1.2em;
5756
vertical-align: -0.225em;
58-
}
59-
60-
[data-encoded-email] .at::before {
61-
content: '@';
62-
}
63-
64-
[data-encoded-email] .dot::before {
65-
content: '.';
57+
height: 1.05em;
58+
width: 1.05em;
6659
}
6760

6861
.button {
6962
display: inline-block;
70-
border-radius: 25px;
71-
background: transparent;
7263
color: #fff;
73-
border: solid 1px #fff;
7464
font-size: 1.1rem;
65+
background: transparent;
66+
border: 1px solid #fff;
67+
border-radius: 3rem;
7568
transition: all 0.25s;
76-
margin: 5px 8px;
77-
padding: 10px 20px;
78-
box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
69+
margin: 0.25rem 0.5rem;
70+
padding: 0.6rem 1.2rem;
71+
box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
7972
}
8073

8174
.button:hover {
8275
background: #fff;
83-
border: 1px solid #fff;
8476
color: #457cfe;
85-
box-shadow: 0 15px 25px rgba(0, 0, 0, 0.1);
77+
box-shadow: 0 0.65rem 1.2rem rgba(0, 0, 0, 0.1);
8678
}
8779

8880
#discord:hover {
89-
color: #7289da;
81+
color: #5865f2;
9082
}
9183

9284
#github:hover {
93-
color: #171515;
94-
}
95-
96-
@media (max-width: 400px) {
97-
.logo {
98-
display: none;
99-
}
85+
color: #010101;
10086
}

assets/js/script.js

Lines changed: 0 additions & 10 deletions
This file was deleted.

assets/svg/background.svg

Lines changed: 46 additions & 115 deletions
Loading

0 commit comments

Comments
 (0)