diff --git a/css/style.css b/css/style.css index 2244666..edea74e 100644 --- a/css/style.css +++ b/css/style.css @@ -29,6 +29,13 @@ img { max-width: 800px; } +.logoimg { + width: fit-content; + margin: 0 1em; + max-width: 250px; + padding: 15px; +} + a:link { cursor: pointer; color: #36c; @@ -110,6 +117,7 @@ footer { color: linear-gradient(white,blue,red); } + .divp { display: flex; flex-direction: column; @@ -140,6 +148,12 @@ pre { border-radius: 4px; } +#divlogoimg { + margin: 0 auto; + max-width: 300px; + width: 92%; +} + #bggradient { display: flex; flex-direction: column; diff --git a/index.html b/index.html index 0f946a0..18136f3 100644 --- a/index.html +++ b/index.html @@ -15,10 +15,17 @@ +
+
+ +
+

tew-0x00

> CSS DEMO <

-

Hello friend. This page tries to demonstrate basic CSS3 functionality. +

+ Hello friend.
+ This page tries to demonstrate basic CSS3 functionality.