forked from judefmc/rubikscubesolutions
-
Notifications
You must be signed in to change notification settings - Fork 0
/
pattern-algarithems.html
executable file
·32 lines (31 loc) · 1.27 KB
/
pattern-algarithems.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
<!DOCTYPE html>
<html>
<head>
<title>Algarithms for Patterns</title>
<link type='text/css' rel='stylesheet' href='styles/styles.css'>
<style>
.algarithm-css{
color:rgb(0,139,213);
}
.hJUDE{
font-size: 25px;
color: rgb(0,139,139);
}
#Note{
font-size: 16px;
color: red;
text-align: center;
}
</style>
</head>
<body>
<a href="cube-patterns.html">Back</a>
<p class="hJUDE"><strong>The algarithm for the checker board is,</strong></p>
<p class="algarithm-css"><strong><em>2M, 2E, 2S</em></strong> </p>
<p class="hJUDE"><strong>The Algarithm for the cyclopes pattern is,</strong></p><p class="algarithm-css"><strong><em>M, E, M', E'</em></strong></p>
<p class="hJUDE"><strong>The algarithm for the blossom pattern is,</strong></p>
<p class="algarithm-css"><strong><em>M', E', S, M', E', S</em></strong></p>
<p class="hJUDE"><strong>Also, for advanced cubers, check out the cube in a cube pattern!</strong> </p><p id="Note">Note:This cuber's words are not very arcuarate, but watch his hands, because they are for sure!!</p>
<a href="https://www.youtube.com/watch?v=ERycOWGUxJg"><div style="text-align: center;"><img src="http://cdn.instructables.com/FN3/KU14/FA190RWI/FN3KU14FA190RWI.MEDIUM.jpg" alt="Cube in a Cube pattern" width="300"></div></a>
</body>
</html>