diff --git a/css/custom.css b/css/custom.css new file mode 100644 index 0000000..bba51fe --- /dev/null +++ b/css/custom.css @@ -0,0 +1,12 @@ +.media { + width:55px; + position: absolute; + top: 170px; + right: 0px; + background-color: lightblue; +} +.media img { + width: 40px; + float: right; + margin-right: 5px; +} \ No newline at end of file diff --git a/index.html b/index.html index ef73690..ea4daf5 100644 --- a/index.html +++ b/index.html @@ -12,6 +12,7 @@ + @@ -49,17 +50,16 @@