kinda MVP1
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- Generator: Adobe Illustrator 24.1.2, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
|
||||
<svg version="1.1" baseProfile="basic" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px"
|
||||
y="0px" viewBox="0 0 32 32" xml:space="preserve">
|
||||
<g id="Layer_2" style="display:none;">
|
||||
</g>
|
||||
<g id="Layer_1">
|
||||
<circle style="fill:none;stroke:#000000;stroke-width:2;stroke-miterlimit:10;" cx="16" cy="16" r="12"/>
|
||||
<path style="fill:none;stroke:#000000;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;" d="M21.786,11
|
||||
c-4.989-0.508-11.286,2.682-13.244,5.627c1.169,1.409,3.046,1.476,5.819,1.014c0.762,2.633,3.469,4.307,5.072,4.27
|
||||
C21.27,20.308,22.521,13.439,21.786,11z"/>
|
||||
|
||||
<line style="fill:none;stroke:#000000;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;" x1="16.755" y1="15.434" x2="14.361" y2="17.641"/>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 928 B |
Binary file not shown.
|
After Width: | Height: | Size: 949 B |
+29
-6
File diff suppressed because one or more lines are too long
+37
-4
@@ -7,26 +7,44 @@ body ,header, section, footer{
|
||||
}
|
||||
|
||||
h1,h2,h3,h4,h5,h6,p{
|
||||
margin: 0;
|
||||
color: #e4c373;
|
||||
font-family: 'MesloLGS NF', sans-serif;
|
||||
|
||||
}
|
||||
|
||||
h1 {
|
||||
text-align: center;
|
||||
font-weight: 600;
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
p {
|
||||
font-weight: lighter;
|
||||
}
|
||||
|
||||
.header {
|
||||
|
||||
text-align: center;
|
||||
background-color: saddlebrown;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.header-name{
|
||||
color: #bdad60;
|
||||
}
|
||||
|
||||
.header-image {
|
||||
display: inline-block;
|
||||
width: 100%;
|
||||
|
||||
}
|
||||
|
||||
.section {
|
||||
width: 100%;
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
display: inline-block;
|
||||
text-align: center;
|
||||
justify-content: space-evenly;
|
||||
background: #bdad60;
|
||||
margin: 0 auto;
|
||||
}
|
||||
@@ -37,8 +55,6 @@ p {
|
||||
height: 300px;
|
||||
margin: 10px;
|
||||
background-color: saddlebrown;
|
||||
border: solid 5px #2a1508;
|
||||
box-shadow: 10px 10px 20px #2a1508;
|
||||
}
|
||||
|
||||
.card-name {
|
||||
@@ -57,3 +73,20 @@ p {
|
||||
margin: 0;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.footer {
|
||||
background-color: saddlebrown;
|
||||
text-align: center;
|
||||
height: 20vh;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.fancy-external-border{
|
||||
border: solid 5px #2a1508;
|
||||
box-shadow: 10px 10px 20px #2a1508;
|
||||
}
|
||||
|
||||
.telegram-icon {
|
||||
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user