diff --git a/css/diary_style.css b/css/diary_style.css index 3a9177c..cf47eac 100644 --- a/css/diary_style.css +++ b/css/diary_style.css @@ -229,3 +229,17 @@ input[class^='btn-']:hover { text-decoration: underline; text-decoration-color: #E6FFEE; } + +i { + position: fixed; + bottom: 0; + right: 0; + color: #E6FFEE; + font-size: 75px; + transition: all 0.4s ease; +} + +i:hover { + color: white; + cursor: pointer; +} \ No newline at end of file diff --git a/css/pomodoro_timer.css b/css/pomodoro_timer.css index 33b4e41..137ad11 100644 --- a/css/pomodoro_timer.css +++ b/css/pomodoro_timer.css @@ -84,3 +84,17 @@ a:hover { .button:focus { outline: none; } + +i { + position: fixed; + bottom: 0; + right: 0; + color: black; + font-size: 75px; + transition: all 0.4s ease; + } + + i:hover { + color: gray; + cursor: pointer; + } \ No newline at end of file diff --git a/html/diary.html b/html/diary.html index e355a04..62ff73f 100644 --- a/html/diary.html +++ b/html/diary.html @@ -17,6 +17,10 @@ + + + +