Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
stylesheet:style_the_computer_store [2025/01/25 14:10] – wgp | stylesheet:style_the_computer_store [2025/01/25 16:56] (current) – external edit 127.0.0.1 | ||
---|---|---|---|
Line 1: | Line 1: | ||
%% | %% | ||
+ | |||
+ | /* this styling works when wanting to center bold text, italic text will be on the left of the discussion, and normal p paragraph will appear on the right */ | ||
+ | |||
+ | |||
p { | p { | ||
background: linear-gradient(155deg, | background: linear-gradient(155deg, | ||
Line 21: | Line 25: | ||
} | } | ||
p: | p: | ||
- | margin: auto; | + | margin-left: auto; |
+ | margin-right: auto; | ||
background: linear-gradient(155deg, | background: linear-gradient(155deg, | ||
border-radius: | border-radius: |