-
Notifications
You must be signed in to change notification settings - Fork 18
Expand file tree
/
Copy pathpr1
More file actions
133 lines (131 loc) · 2.33 KB
/
pr1
File metadata and controls
133 lines (131 loc) · 2.33 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
Skip to content
Search or jump to…
Pull requests
Issues
Marketplace
Explore
@Chhavipatel
lsebbenxavier
/
html-codes
Public
Code
Issues
Pull requests
Discussions
Actions
Projects
Security
Insights
html-codes/developmentproject/addcss.css
@lsebbenxavier
lsebbenxavier Add form.php and doc.php
Latest commit 9e658e7 on 26 Dec 2020
History
1 contributor
90 lines (90 sloc) 1.58 KB
* {
margin: 10;
padding: 10;
}
.title {
height: 10em;
display: flex;
align-self: center;
justify-content: center;
}
.title1 {
font-family: "Times New Roman, Times, serif";
color: #000000;
}
.caption {
font-family: "Times New Roman, Times, serif";
color: #000000;
}
.button {
font-family: sans-serif;
font-size: 2em;
color: #000000;
border-radius: 100px;
}
.button, select{
cursor: pointer;
}
.box {
width: 150px;
display: inline-block;
}
.box1 {
display: block;
margin-left: auto;
margin-right: auto;
}
.img {
border-radius: 80%;
}
body{
background-color: #ffffff;
font-family: "Times New Roman, Times, serif";
font-size: 1em;
color: #000000;
margin-top: 2%;
margin-left: 20%;
margin-right: 20%
}
.fieldset, field {
float: left;
margin-right: 1em;
}
.field {
width: 700px;
padding: 10px;
border: 10px solid rgb(15, 128, 0);
margin: 10px;
}
.group input[type="text"], .group input[type="email"], .group select, .campo textarea {
padding: 0.2em;
border: 1px solid #429a9d;
box-shadow: 2px 2px 2px rgba(0,0,0,0.2);
display: block;
}
.group select option {
padding-right: 1em;
}
.group input:focus, .group select:focus, .group textarea:focus {
background: #E0E0F8;
}
.group:before, .group:after {
display: table;
}
.group:after {
clear: both;
}
.group {
margin-bottom: 1em;
}
.group label {
margin-bottom: 1em;
color: #000000;
display: block;
}
.logo {
display: center;
margin-left: 10%;
margin-right: 10%;
width: 5%;
}
Footer
© 2022 GitHub, Inc.
Footer navigation
Terms
Privacy
Security
Status
Docs
Contact GitHub
Pricing
API
Training
Blog
About
html-codes/developmentproject at master · lsebbenxavier/html-codeshtml-codes/addcss.css at master · lsebbenxavier/html-codes