diff --git a/Images/active-states.jpg b/Images/active-states.jpg new file mode 100644 index 0000000..2765b59 Binary files /dev/null and b/Images/active-states.jpg differ diff --git a/Images/avatar-jessica.jpeg b/Images/avatar-jessica.jpeg new file mode 100644 index 0000000..563f74f Binary files /dev/null and b/Images/avatar-jessica.jpeg differ diff --git a/Images/destkop-design.jpg b/Images/destkop-design.jpg new file mode 100644 index 0000000..deafeaa Binary files /dev/null and b/Images/destkop-design.jpg differ diff --git a/Images/mobile-design.jpg b/Images/mobile-design.jpg new file mode 100644 index 0000000..66ce20c Binary files /dev/null and b/Images/mobile-design.jpg differ diff --git a/index.css b/index.css new file mode 100644 index 0000000..1f99482 --- /dev/null +++ b/index.css @@ -0,0 +1,76 @@ +*{ + padding: 0; + margin: 0; + font-family: Arial, Helvetica, sans-serif; + box-sizing: border-box; +} +body{ + background-color:; + display: flex; + justify-content: center; +align-items: center; +background-color: rgba(0, 0, 0, 0.844); +height: 100vh; +width: 100wh; + +} +.box{ + + padding: 20px; + display: flex; + justify-content: center; + align-items: center; + flex-direction: column; + background-color: #1F1F1F; + border: none; + border-radius: 20px; + width: 370px; +} +h2{ + color: white; + padding-bottom: 14px; + text-align: center; +} +p{ + text-align: center; + color: #C4F82A; + font-size: 14px; + font-weight: 600; +} +button{ + height: 40px; + border: none; + border-radius: 10px; + background-color: #333333; + color:#fff; + font-weight: 700; + width: 100%; + margin: 10px; + +} +span{ + padding-top: 25px; + padding-bottom: 18px; + color:#A8A8A8; + font-size: 15px; + font-weight: 600; + text-align: center; +} +button:hover{ + background-color:#C4F82A ; + color: black; + font-weight: 700; +} +img{ +border: none; +border-radius: 50%; + +height: 50px; +width: 50px; +display: flex; +justify-content: center; +align-items: center; +margin: 0; + + +} \ No newline at end of file diff --git a/index.html b/index.html new file mode 100644 index 0000000..54b3a0d --- /dev/null +++ b/index.html @@ -0,0 +1,26 @@ + + + + + + Profile + + + +
+
+ photo +
+

Jesscia Randall

+

London,United Kingdom

+ "Front-end developer and avid reader." + + + + + + + +
+ + \ No newline at end of file