File tree 3 files changed +40
-201
lines changed
FrontendMentor26—ping-coming-soon-page
3 files changed +40
-201
lines changed Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ <h2 class="text-sm text-very-dark-blue sm:text-base">
43
43
id ="email "
44
44
/>
45
45
< button
46
- class ="rounded-full bg-blue px-10 py-3 text-xs font-semibold text-white shadow-lg shadow-blue/30 hover:shadow-blue/50 "
46
+ class ="rounded-full bg-blue px-10 py-3 text-xs font-semibold text-white shadow-lg shadow-blue/30 hover:bg-blue/70 hover: shadow-blue/70 active:bg-blue/90 "
47
47
id ="notifyBtn "
48
48
type ="submit "
49
49
>
@@ -62,20 +62,23 @@ <h2 class="text-sm text-very-dark-blue sm:text-base">
62
62
< ul class ="flex justify-center gap-4 ">
63
63
< li >
64
64
< a
65
+ title ="facebook "
65
66
class ="grid h-8 w-8 place-items-center rounded-full border border-pale-blue text-blue transition-all hover:bg-blue hover:text-white "
66
67
href =""
67
68
> < i class ="fa-brands fa-facebook-f "> </ i
68
69
> </ a >
69
70
</ li >
70
71
< li aria-label ="twitter link ">
71
72
< a
73
+ title ="twitter "
72
74
class ="grid h-8 w-8 place-items-center rounded-full border border-pale-blue text-blue transition-all hover:bg-blue hover:text-white "
73
75
href =""
74
76
> < i class ="fa-brands fa-twitter "> </ i
75
77
> </ a >
76
78
</ li >
77
79
< li class ="instagram link ">
78
80
< a
81
+ title ="Instagram "
79
82
class ="grid h-8 w-8 place-items-center rounded-full border border-pale-blue text-blue transition-all hover:bg-blue hover:text-white "
80
83
href =""
81
84
> < i class ="fa-brands fa-instagram "> </ i
You can’t perform that action at this time.
0 commit comments