Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
G
Grupp 4
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Rebecca Arkhed
Grupp 4
Merge requests
!12
Master
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Master
master
into
beccas-branch
Overview
0
Commits
2
Pipelines
0
Changes
2
Merged
Adna Maric
requested to merge
master
into
beccas-branch
10 months ago
Overview
0
Commits
2
Pipelines
0
Changes
2
Expand
0
0
Merge request reports
Compare
beccas-branch
beccas-branch (base)
and
latest version
latest version
b8db9470
2 commits,
10 months ago
2 files
+
32
−
20
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
2
Search (e.g. *.vue) (Ctrl+P)
client/secondViewStylesheet.css
+
18
−
0
Options
@@ -46,10 +46,28 @@ body {
background-color
:
rgba
(
0
,
0
,
0
,
0.3
);
}
h2
{
font-size
:
40px
;
margin-left
:
30px
;
}
.first-container
img
{
width
:
400px
;
height
:
400px
;
margin-right
:
30px
;
margin-left
:
30px
;
border-radius
:
10px
;
align-items
:
center
;
}
.first-container
{
display
:
flex
;
justify-content
:
space-between
;
margin-left
:
30px
;
margin-right
:
30px
;
margin-top
:
20px
;
}
.first-container
.text-container
{
flex
:
1
;
}
\ No newline at end of file
Loading