We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 89bdacc commit d4c4bd4Copy full SHA for d4c4bd4
1 file changed
Wireframe/style.css
@@ -77,6 +77,8 @@ article img {
77
article {
78
background-color: #f4f6f8;
79
padding: 1.5rem;
80
+ display:flex;
81
+ flex-direction: column;
82
}
83
84
@@ -93,19 +95,23 @@ article h2 {
93
95
margin-bottom: 0.75rem;
94
96
97
-/* Links */
-article a {
98
+.button {
99
display: inline-block;
- margin-top: 1rem;
100
- color: #0066cc;
+ padding: 10px 20px;
101
+ background-color: #0056b3;
102
+ color: #ffffff;
103
+ border: none;
104
+ outline: none;
105
+ border-radius: 5px;
106
text-decoration: none;
107
font-weight: bold;
108
+ transition: background-color 0.3s;
109
110
-article a:hover {
- text-decoration: underline;
111
+article .button {
112
+ margin-top: auto;
113
+ align-self: flex-start;
114
-
115
/* Footer */
116
footer {
117
background: transparent;
0 commit comments