From 3d4a2a822e1e7a8aadf08e827b0c3185c9081008 Mon Sep 17 00:00:00 2001 From: Anjaraniaina Date: Sun, 23 Oct 2022 20:01:26 +0300 Subject: [PATCH] feat: profil --- Anjaraniaina/README.md | 1 + Anjaraniaina/index.css | 42 +++++++++++++++++++++++++++++++++++++++++ Anjaraniaina/index.html | 18 ++++++++++++++++++ 3 files changed, 61 insertions(+) create mode 100644 Anjaraniaina/README.md create mode 100644 Anjaraniaina/index.css create mode 100644 Anjaraniaina/index.html diff --git a/Anjaraniaina/README.md b/Anjaraniaina/README.md new file mode 100644 index 0000000..0989954 --- /dev/null +++ b/Anjaraniaina/README.md @@ -0,0 +1 @@ +![profile picture](./profil.png) diff --git a/Anjaraniaina/index.css b/Anjaraniaina/index.css new file mode 100644 index 0000000..559ab63 --- /dev/null +++ b/Anjaraniaina/index.css @@ -0,0 +1,42 @@ +*{ + margin: 0; + padding: 0; + box-sizing: border-box; +} + +.container { + display: flex; + align-items: center; + justify-content: center; + background: linear-gradient(#000428, #004e92); + height: 100vh; + width: 100vw; +} + +.cadre { + height: 350px; + width: 300px; + border-radius: 15%; + background: radial-gradient(#6dd5ed,#2193b0); + display: flex; + justify-content: center; + position: relative; + +} + +img { + border-radius: 50%; + height: 200px; + width: 200px; + border: solid 5px white; + position: absolute; + top: 10%; +} + +h2 { + position: absolute; + top: 75%; + color: white; +} + + diff --git a/Anjaraniaina/index.html b/Anjaraniaina/index.html new file mode 100644 index 0000000..d05ec97 --- /dev/null +++ b/Anjaraniaina/index.html @@ -0,0 +1,18 @@ + + + + + + + Profile + + + +
+
+ my profile pic +

Nice

+
+
+ + \ No newline at end of file