();
+ }
+}
\ No newline at end of file
diff --git a/AdvancedC#Grammer/MySolution/MySolution.sln b/AdvancedC#Grammer/MySolution/MySolution.sln
new file mode 100644
index 0000000..bde7c21
--- /dev/null
+++ b/AdvancedC#Grammer/MySolution/MySolution.sln
@@ -0,0 +1,22 @@
+
+Microsoft Visual Studio Solution File, Format Version 12.00
+# Visual Studio Version 17
+VisualStudioVersion = 17.0.31903.59
+MinimumVisualStudioVersion = 10.0.40219.1
+Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MyConsoleApp", "MyConsoleApp\MyConsoleApp.csproj", "{4904D5DC-9923-40EE-9550-E99B74754381}"
+EndProject
+Global
+ GlobalSection(SolutionConfigurationPlatforms) = preSolution
+ Debug|Any CPU = Debug|Any CPU
+ Release|Any CPU = Release|Any CPU
+ EndGlobalSection
+ GlobalSection(SolutionProperties) = preSolution
+ HideSolutionNode = FALSE
+ EndGlobalSection
+ GlobalSection(ProjectConfigurationPlatforms) = postSolution
+ {4904D5DC-9923-40EE-9550-E99B74754381}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
+ {4904D5DC-9923-40EE-9550-E99B74754381}.Debug|Any CPU.Build.0 = Debug|Any CPU
+ {4904D5DC-9923-40EE-9550-E99B74754381}.Release|Any CPU.ActiveCfg = Release|Any CPU
+ {4904D5DC-9923-40EE-9550-E99B74754381}.Release|Any CPU.Build.0 = Release|Any CPU
+ EndGlobalSection
+EndGlobal
diff --git a/HTML, CSS/test.html b/HTML, CSS/test.html
index cd36782..08cee1d 100644
--- a/HTML, CSS/test.html
+++ b/HTML, CSS/test.html
@@ -19,6 +19,25 @@
td {
border: 1px solid salmon;
}
+ #para1 {
+ color: red;
+ font-weight: bold;
+ text-align: center;
+ }
+ .center {
+ text-align: center;
+ }
+ div {
+ background-color: lightblue;
+ width: 300px;
+ border: 15px solid green;
+ padding: 50px;
+ margin: 20px;
+ }
+ h1 {
+ border-bottom: 1px solid gray;
+ padding-bottom: 15px;
+ }
@@ -30,12 +49,15 @@
enim ad minim veniam,
quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo
consequat.
- Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore
- eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident,
- sunt in culpa qui officia deserunt mollit anim id est laborum.
+ aute irure dolor
+ in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla
+ pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui
+ officia deserunt mollit anim id est laborum.
This is paragraph.
+ This is paragraph.
This is paragraph.
+ This is paragraph.
This is paragraph.
+
+ Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod
+ tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim
+ veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea
+ commodo consequat. Duis aute irure dolor in reprehenderit in voluptate
+ velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat
+ cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id
+ est laborum.
+
+