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; } }