Spaces:
Running
Running
Update index.html
Browse files- index.html +11 -2
index.html
CHANGED
@@ -24,7 +24,7 @@
|
|
24 |
}
|
25 |
.section-title {
|
26 |
color: #ffffff;
|
27 |
-
font-size:
|
28 |
margin: 20px 0;
|
29 |
}
|
30 |
.project-row {
|
@@ -73,6 +73,15 @@
|
|
73 |
background-color: #30363d;
|
74 |
text-decoration: underline;
|
75 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
76 |
@media screen and (max-width: 768px) {
|
77 |
.project {
|
78 |
width: 100%; /* Full width for smaller screens */
|
@@ -82,7 +91,7 @@
|
|
82 |
</head>
|
83 |
<body>
|
84 |
<div class="container">
|
85 |
-
<h1>Vitaliy Sharandin Data Science Portfolio</h1>
|
86 |
|
87 |
<!-- NLP Section -->
|
88 |
<div class="section">
|
|
|
24 |
}
|
25 |
.section-title {
|
26 |
color: #ffffff;
|
27 |
+
font-size: 2em;
|
28 |
margin: 20px 0;
|
29 |
}
|
30 |
.project-row {
|
|
|
73 |
background-color: #30363d;
|
74 |
text-decoration: underline;
|
75 |
}
|
76 |
+
.main-title {
|
77 |
+
font-size: 3em; /* Slightly larger */
|
78 |
+
font-weight: 700; /* Bold but elegant */
|
79 |
+
letter-spacing: 2px; /* Slight spacing for elegance */
|
80 |
+
color: #ffffff;
|
81 |
+
margin-bottom: 30px;
|
82 |
+
padding-bottom: 10px;
|
83 |
+
border-bottom: 2px solid #30363d; /* Elegant underline */
|
84 |
+
}
|
85 |
@media screen and (max-width: 768px) {
|
86 |
.project {
|
87 |
width: 100%; /* Full width for smaller screens */
|
|
|
91 |
</head>
|
92 |
<body>
|
93 |
<div class="container">
|
94 |
+
<h1 class="main-title">Vitaliy Sharandin Data Science Portfolio</h1>
|
95 |
|
96 |
<!-- NLP Section -->
|
97 |
<div class="section">
|