aboutsummaryrefslogtreecommitdiff
path: root/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'style.css')
-rwxr-xr-xstyle.css33
1 files changed, 28 insertions, 5 deletions
diff --git a/style.css b/style.css
index 962fdc3..f3cf369 100755
--- a/style.css
+++ b/style.css
@@ -1,21 +1,26 @@
header{
display: flex;
justify-content: space-between;
+ align-items: center;
}
#logo img{
- max-width: 75%;
+ width: 100%;
height: auto;
}
#contacts{
display: flex;
- align-items: center;
}
-#contacts img{
+#contacts p{
+ font-size: 2vmin;
+ margin-right: 10px;
+}
+
+#contacts img {
+ min-width: 0%;
max-width: 50%;
- min-width: 40%;
}
#hamenu span{
@@ -77,4 +82,22 @@ header{
@keyframes fade {
from {opacity: .4}
to {opacity: 1}
- } \ No newline at end of file
+ }
+.highlight {
+ color: blue;
+}
+
+#desc-and-pic-container{
+ display: flex;
+ flex-wrap: wrap;
+}
+
+#description img{
+ height: auto;
+ max-width: 35%;
+}
+
+#picture img{
+ height: 100%;
+ width: 100%;
+} \ No newline at end of file