Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
P3
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
WebTek 42
P3
Commits
ed3b104b
Commit
ed3b104b
authored
3 years ago
by
Fredrik Baksaas
Browse files
Options
Downloads
Patches
Plain Diff
Endra listene på meny, og småendringer i handlekurv.html
parent
c07491e5
No related branches found
No related tags found
No related merge requests found
Changes
4
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
css/style.css
+31
-0
31 additions, 0 deletions
css/style.css
css/styleHandlekurv.css
+6
-0
6 additions, 0 deletions
css/styleHandlekurv.css
js/handlekurv.js
+0
-2
0 additions, 2 deletions
js/handlekurv.js
meny.html
+8
-5
8 additions, 5 deletions
meny.html
with
45 additions
and
7 deletions
css/style.css
+
31
−
0
View file @
ed3b104b
...
...
@@ -410,6 +410,37 @@ footer {
margin
:
0px
;
padding
:
0px
;
}
.menyListe
{
width
:
50%
;
margin-left
:
auto
;
margin-right
:
auto
;
}
.menyListeVenstre
{
width
:
80%
;
display
:
inline-block
;
text-align
:
left
;
}
.menyListeHoyre
{
width
:
18%
;
display
:
inline-block
;
text-align
:
right
;
}
.menyLinje
{
width
:
100%
;
height
:
2px
;
background-color
:
black
;
}
.menyListeBesk
{
font-size
:
11px
;
font-weight
:
bold
;
}
/* CSS below is for om_oss.html */
#matrix
{
...
...
This diff is collapsed.
Click to expand it.
css/styleHandlekurv.css
+
6
−
0
View file @
ed3b104b
...
...
@@ -10,6 +10,12 @@
background-color
:
#FFE119
;
}
footer
{
position
:
absolute
;
top
:
100%
;
transform
:
translate
(
0
,
-100%
);
}
#coTimeSelect
,
#coBestill
,
#coRabattInput
,
.coVareKnapp
{
height
:
30px
;
border
:
solid
1px
;
...
...
This diff is collapsed.
Click to expand it.
js/handlekurv.js
+
0
−
2
View file @
ed3b104b
...
...
@@ -23,8 +23,6 @@ const varer = [
}
];
const
handlekurv
=
JSON
.
parse
(
localStorage
.
getItem
(
"
handlekurv
"
));
for
(
let
vare
of
varer
){
let
index
=
vare
.
index
;
let
submit
=
document
.
getElementById
(
"
submitIndex
"
+
index
);
...
...
This diff is collapsed.
Click to expand it.
meny.html
+
8
−
5
View file @
ed3b104b
...
...
@@ -64,11 +64,14 @@
<header>
<h1>
Burgere
</h1>
</header>
<ul>
<li
id=
"Standard"
>
Standard burger
         
120kr
</li>
<p
id=
"pm"
>
Ost, Salsa, Jalapeño
                
<button
class=
"menybutton"
>
Buy Me!
</button></p>
<li
id=
"Chilli"
>
Chilli Cheese burger
        
120kr
</li>
<p
id=
"pm"
>
Blue Cheese, Salsa, Jalapeño
             
<button
class=
"menybutton"
>
Buy Me!
</button></p>
<ul
class=
"menyListe"
>
<li>
<div
class=
"menyListeVenstre"
>
Burger
</div>
<div
class=
"menyListeHoyre"
>
100,-
</div>
<div
class=
"menyLinje"
></div>
<div
class=
"menyListeVenstre menyListeBesk"
>
Ost, Salsa, Jalapeño
</div>
<div
class=
"menyListeHoyre"
><button
class=
"menybutton"
>
Buy Me!
</button></div>
</li>
</ul>
</section>
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment