Skip to content

Commit fd9abaa

Browse files
author
abdul rafay
committed
kar raha hon
1 parent 3250c25 commit fd9abaa

File tree

4 files changed

+41
-4
lines changed

4 files changed

+41
-4
lines changed

Forth project/style.css

Lines changed: 17 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -70,14 +70,18 @@ background-color: #000000;}
7070
margin: auto;
7171
background: #ffffff;
7272
padding: 25px;
73-
height: 250px;
74-
width: 300px;
73+
height: 400px;
74+
width: 500px;
7575
margin-top: 300px;
7676
border-radius: 10px;
7777
box-shadow: 0 4px 10px rgba(0,0,0,0.1);
7878
text-align: center;
7979
}
8080

81+
.box>h2{
82+
font-size: 3em;
83+
}
84+
8185
#back{
8286
background-color: #007bff;
8387
padding: 10px 10px;
@@ -86,6 +90,11 @@ background-color: #000000;}
8690
/* padding-top: 10px; */
8791
margin-top: 100px;
8892
text-decoration: none;
93+
transition: all ease-in-out 0.5s;
94+
}
95+
96+
#back:hover{
97+
background-color: #014d9f;
8998
}
9099

91100
input {
@@ -96,14 +105,19 @@ input {
96105
}
97106

98107
button {
99-
width: 100%;
108+
align-items: center;
109+
justify-content: center;
110+
margin: auto;
111+
width: 300px;
100112
padding: 10px;
101113
background: #007bff;
102114
color: white;
103115
border: none;
104116
border-radius: 5px;
105117
font-size: 16px;
106118
cursor: pointer;
119+
transition: all ease-in-out 0.5s;
120+
107121
}
108122

109123
button:hover {

mini project/index.html

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,11 @@
2222
<div id="image">
2323
<img src=" alt="">
2424
</div>
25+
2526
</div>
2627

28+
<a href="../index.html" id="back"> < back</a>
29+
2730

2831

2932

mini project/style.css

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,4 +36,24 @@
3636
border-radius: 5px;
3737
cursor: pointer;
3838

39+
}
40+
41+
#back{
42+
text-decoration: none;
43+
border-radius: 5px;
44+
margin: 10px auto;
45+
display: flex;
46+
align-items: center;
47+
justify-content: center;
48+
width: 300px;
49+
background-color: #007BFF;
50+
font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
51+
font-weight: 600;
52+
padding: 10px 10px;
53+
color: #fffbfb;
54+
transition: all ease-in-out 0.5s;
55+
}
56+
57+
#back:hover{
58+
background-color: #00458e;
3959
}

style.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ footer {
134134
text-align: center;
135135
padding: 10px;
136136
background-color: #ffffff;
137-
margin-top: 336px;
137+
margin-top: 100px;
138138
font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
139139
border-radius: 20px;
140140
}

0 commit comments

Comments
 (0)