diff --git a/index.html b/index.html index 504dc31..01630d4 100644 --- a/index.html +++ b/index.html @@ -7,7 +7,11 @@ -
- +The greatest player of all time
+ Martial began his professional career at Lyon, before transferring to AS Monaco in 2013 for a fee of €6 million. He was a member of Monaco's squad for two seasons before signing for Manchester United in 2015 for an initial fee of £36 million and £21.6 million in potential bonus payments;[4] making it the highest fee paid for a teenager in football history at the time. He was the recipient of the 2015 Golden Boy Award for the best under-21 player in Europe
\ No newline at end of file
diff --git a/style.css b/style.css
new file mode 100644
index 0000000..bf45a69
--- /dev/null
+++ b/style.css
@@ -0,0 +1,17 @@
+.center{
+ display:block;
+ margin-left: auto;
+ margin-right: auto;
+ width: 50%;
+}
+p {
+ text-align: center;
+ }
+
+h6{text-align: center;
+font-size: 40px;
+font: impact;
+}
+body{
+ background-color: lightcoral;
+}
\ No newline at end of file