This repository was archived by the owner on Oct 31, 2024. It is now read-only.
File tree 6 files changed +987
-19
lines changed
6 files changed +987
-19
lines changed Original file line number Diff line number Diff line change
1
+ <!DOCTYPE html>
2
+ < html lang ="en ">
3
+ < head >
4
+ < meta charset ="UTF-8 ">
5
+ < meta name ="viewport " content ="width=device-width, initial-scale=1.0 ">
6
+ < title > Buffet base</ title >
7
+ < link rel ="stylesheet " href ="./css/bootstrap.min.css ">
8
+ < link rel ="stylesheet " href ="cover.css ">
9
+ < link href ='https://fonts.googleapis.com/css?family=Space Grotesk ' rel ='stylesheet '>
10
+ < link href ='https://fonts.googleapis.com/css?family=Pacifico ' rel ='stylesheet '>
11
+ </ head >
12
+ < body class ="bb ">
13
+ < div class ="header ">
14
+ < div class ="two alt-two ">
15
+ < h1 > Sala
16
+ < span style =" font-family: 'Space Grotesk'; color: black; font-size: 40%; "> 1228</ span >
17
+ </ h1 >
18
+ </ div >
19
+ </ div >
20
+ <!-- Footer -->
21
+ <!-- Footer -->
22
+
23
+
24
+ < div class ="arriba " id ="footer ">
25
+ < form class ="form-inline " action ="/action_page.php ">
26
+ < label for ="num "> Number</ label >
27
+ < input type ="number " id ="num " placeholder ="Nº " name ="num ">
28
+ < label for ="fn "> Food's name</ label >
29
+ < input type ="text " id ="fn " placeholder ="Enter name of the food " name ="fn ">
30
+ < label for ="qn "> Quantity</ label >
31
+ < input type ="text " id ="qn " placeholder ="Quant " name ="qn ">
32
+ < button type ="submit "> Submit</ button >
33
+ </ form >
34
+ < script >
35
+ document . addEventListener ( "wheel" , function ( event ) {
36
+ if ( document . activeElement . type === "number" &&
37
+ document . activeElement . classList . contains ( "noscroll" ) )
38
+ {
39
+ document . activeElement . blur ( ) ;
40
+ }
41
+ } ) ;
42
+ </ script >
43
+ <!-- Footer -->
44
+ <!-- Footer -->
45
+ </ body >
46
+ </ html >
You can’t perform that action at this time.
0 commit comments