From 1274721cba1f7b00ba7b0228591aaf7eb8df289b Mon Sep 17 00:00:00 2001 From: Anas Ajaanan Date: Sat, 7 Oct 2023 12:13:20 +0400 Subject: [PATCH] Add a button to see more informations about The movie characters --- index.html | 16 +++++++++++----- styles.css | 7 +++++++ 2 files changed, 18 insertions(+), 5 deletions(-) diff --git a/index.html b/index.html index f748339..409968f 100644 --- a/index.html +++ b/index.html @@ -24,37 +24,43 @@

Name: Agent Smith

Agent Smith

AKA: Bane

Quotes: "Never send a human to do a machine's job."

+ More infos

Name: Neo

Neo

AKA: Thomas Anderson

Quotes: When Trinity says "Neo, no one has ever done anything like this, then Neo replies "That's why it's going to work."

-
+ More infos +

Name: Trinity

Trinity

AKA: Trinity Announces

Quotes: "The Matrix isn't real."

-
+ More infos +

Name: Morpheus

Morpheus

AKA:--

Quotes: "The Matrix is everywhere."

-
+ More infos +

Name: Morpheus

Morpheus

AKA:--

Quotes: "The woman in the red dress. I designed her."

-
+ More infos +

Name: Cypher

Cypher

AKA: The Betrayer

Quotes: "You know... for a long time, I thought I was in love with you. I used to dream about you. You're a beautiful woman, Trinity. Too bad things had to turn out this way."

-
+ More infos + diff --git a/styles.css b/styles.css index ba6d731..44de233 100644 --- a/styles.css +++ b/styles.css @@ -76,6 +76,12 @@ img { display: block; } +.btn-infos { + background-color: #018307; + border-radius: 10px; + text-decoration: none; +} + @media (max-width: 760px) { .character img { width: 100%; @@ -118,6 +124,7 @@ a { font-size: 1.2rem; padding: 5px; line-height: 25px; + margin-bottom: 20px; } }