diff --git a/index.html b/index.html index 3634e11..09bd245 100644 --- a/index.html +++ b/index.html @@ -1,13 +1,33 @@ + Kawser Portfolio + + + + - +
+
+

Welcome To

+

Kawser Ahmed World

+

Build Climber and Train Stopper

+

You might saw me jumping, climbing buildings, and stopping trains. But nobody pays me a dime + for + hat work. That's why I am learning and mastering web development. I will not stop until I become the Web + Development Hero.

+ Hire Me +
+
+ kawserahmed +
+
+ \ No newline at end of file diff --git a/style.css b/style.css index e69de29..62e692e 100644 --- a/style.css +++ b/style.css @@ -0,0 +1,41 @@ +body { + font-family: 'Poppins', sans-serif; + margin: 0; +} + +h1 { + font-size: 50px; +} + +.kaws { + color: orange; +} + +section { + display: flex; +} + +.half-width { + width: 50%; + padding-left: 10%; +} + +.half img { + width: 80%; +} + +.link-button { + background-image: linear-gradient(orange, tomato); + text-decoration: none; + padding: 10px 40px; + border-radius: 5px; + color: white; + font-weight: 700; + font-size: large; +} + +.top-banner { + background-image: url(images/top-banner.png); + background-repeat: no-repeat; + +} \ No newline at end of file